home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Animation / setup.exe / setup.msi / Data1.cab / WizardAnim.swf / scripts / DefineButton2_212 / BUTTONCONDACTION on(release, keyPress k).as
Encoding:
Text File  |  2003-05-16  |  144 b   |  11 lines

  1. on(release, keyPress "k"){
  2.    if(_currentframe < _totalframes)
  3.    {
  4.       nextFrame();
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.